@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Poppins:wght@500&display=swap');

html{
  scroll-behavior: smooth;
}
body{
  
  font-family: 'Cinzel Decorative', cursive !important;
  font-family: 'Poppins', sans-serif !important;
}
.jumbo-tip{
    background: #F2F7FD;
}
.user-status{
    position: absolute;
    top: 10px;
    right: 20px;
}
.light-text{
    font-weight: 100 !important;
}
.header-label{
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.30000001192092896px;
text-align: left;

}

@media screen and (max-width: 740px) {
    body{
        margin-right: 0  !important;
        padding-right: 0 !important;
    }
    .img-col{
      width: 80%;
    }
    .col-lg-4 img{
      width: 50%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .img-col{
      margin-left: 40px;
      width: 70%;
    }
    .col-lg-4 img{
      width: 40%;
    }
  }